home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48_2 / vsrc.tar / voyager7_src / list.h < prev    next >
C/C++ Source or Header  |  1991-02-27  |  411b  |  27 lines

  1. #if !defined(list_included)
  2. #define list_included
  3. /*
  4. // Abstract:
  5. //    LIST---List Comment
  6. //
  7. //    The List Comment C include file defines the interface to the
  8. //    List Comment routines.
  9. //
  10. // Author:
  11. //    Derek S. Nickel
  12. //
  13. // Creation date:
  14. //    23 January 1991
  15. //
  16. // History:
  17. // V01-001    Derek S. Nickel        23-JAN-1991
  18. //    Original.
  19. //
  20. */
  21.  
  22. #include "memory.h"
  23.  
  24. extern void list_comment(bin5_t start, bin5_t end);
  25.  
  26. #endif
  27.